scale: Properly update when inverted
authorTimm Bäder <mail@baedert.org>
Fri, 9 Aug 2019 17:36:01 +0000 (19:36 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 10 Aug 2019 17:51:45 +0000 (19:51 +0200)
commit0a96c3f06213bef4f46f4357a4dd786d97518d83
tree18fab2694e73a10beb82ad6f41887e669dd9955d
parent42e6630c3e89367d4334f5a7a4d1e0c866bcfab7
scale: Properly update when inverted

Just queue_resize()ing the range itself doesn't work as it will just
re-allocate all the child widgets (i.e. just the trough) to its old
position and size.
gtk/gtkrange.c
gtk/gtkscale.c